home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / Audio-video / audials / audialsTV-setup.exe / [0] / MusicTv.css < prev    next >
Text (UTF-16)  |  2008-03-12  |  6KB  |  217 lines

  1. body
  2. {
  3.     margin: 0;
  4.     border: none;
  5. }
  6. div#smallToolBar
  7. {
  8.     position: absolute;
  9.     z-index: 2;
  10. }  
  11. div#smallButtonBar
  12. {
  13.     position: absolute;
  14.     z-index: 2;
  15.     top: 3px;
  16.     left: 5px;
  17.     width: 120px;
  18.     height: 17px;
  19. }  
  20. div#smallBkgBar
  21. {
  22.     position: absolute;
  23.     z-index: 1;
  24.     top: 0px;
  25.     left: 0px;
  26.     width: 124px;
  27.     height: 23px;
  28.     background-image: url(resources/toolbarFrame_s.png);
  29. }
  30. div#bigToolBar
  31. {
  32.     position: absolute;
  33.     z-index: 2;
  34. }  
  35. div#bigButtonBar
  36. {
  37.     position: absolute;
  38.     z-index: 2;
  39.     top: 5px;
  40.     left: 10px;
  41.     width: 160px;
  42.     height: 33px;
  43. }  
  44. div#bigSizeBar
  45. {
  46.     position: absolute;
  47.     z-index: 2;
  48.     top: 5px;
  49.     left: 240px;
  50.     width: 80px;
  51.     height: 33px;
  52. }  
  53. div#bigBkgBarL
  54. {
  55.     position: absolute;
  56.     z-index: 1;
  57.     top: 0px;
  58.     left: 0px;
  59.     width: 40px;
  60.     height: 33px;
  61.     background-image: url(resources/toolbar_big/toolbar_left.png);
  62. }
  63. div#bigBkgBarC
  64. {
  65.     position: absolute;
  66.     z-index: 1;
  67.     top: 0px;
  68.     left: 40px;
  69.     width: 240px;
  70.     height: 33px;
  71.     background-image: url(resources/toolbar_big/toolbar_center.png);
  72.     background-repeat: repeat-x;
  73. }
  74. div#bigBkgBarR
  75. {
  76.     position: absolute;
  77.     z-index: 1;
  78.     top: 0px;
  79.     left: 280px;
  80.     width: 40px;
  81.     height: 33px;
  82.     background-image: url(resources/toolbar_big/toolbar_right.png);
  83. }
  84.  
  85. div#bigHeaderBkgL
  86. {
  87.     position: absolute;
  88.     z-index: 1;
  89.     top: 0px;
  90.     left: 0px;
  91.     width: 40px;
  92.     height: 24px;
  93.     background-image: url(resources/toolbar_big/header_left.png);
  94. }
  95. div#bigHeaderBkgC
  96. {
  97.     position: absolute;
  98.     z-index: 1;
  99.     top: 0px;
  100.     left: 40px;
  101.     width: 240px;
  102.     height: 24px;
  103.     background-image: url(resources/toolbar_big/header_center.png);
  104.     background-repeat: repeat-x;
  105. }
  106. div#bigHeaderBkgR
  107. {
  108.     position: absolute;
  109.     z-index: 1;
  110.     top: 0px;
  111.     left: 280px;
  112.     width: 40px;
  113.     height: 24px;
  114.     background-image: url(resources/toolbar_big/header_right.png);
  115. }
  116. div#bigHeader
  117. {
  118.     color: white;
  119.     position: absolute;
  120.     z-index: 2;
  121.     width: 20px;
  122.     height: 24px;
  123.     font-size: 11px;
  124.     font-family: Tahoma;
  125. }  
  126. div#bigHeaderButtons
  127. {
  128.     position: absolute;
  129.     z-index: 2;
  130.     top: 0px;
  131.     left: 0px;
  132.     width: 20px;
  133.     height: 24px;
  134. }
  135.  
  136. div#smallHeader
  137. {
  138.     color: white;
  139.     position: absolute;
  140.     z-index: 2;
  141.     width: 20px;
  142.     height: 17px;
  143.     font-size: 11px;
  144.     font-family: Tahoma;
  145.     vertical-align: middle;
  146.     background-image: url(resources/header_bkg_s.png);
  147. }
  148. div#captionText
  149. {
  150.     color: white;
  151.     position: absolute;
  152.     z-index: 3;
  153.     left: 30px;
  154.     top: 0px;
  155.     height: 17px;
  156.     background-color: transparent;
  157.     font-size: 15px;
  158.     font-family: Tahoma;
  159. }
  160. div#tooltips
  161. {
  162.     position: absolute;
  163.     z-index: -2;
  164. }
  165.  
  166. div#storage
  167. {
  168.     position: absolute;
  169.     z-index: -2;
  170. }
  171.  
  172. #backMusicTV
  173. {
  174.     position: absolute;
  175.     z-index: -1;
  176.     background-color: transparent;
  177. }
  178. object#MusicTv
  179. {
  180.     position:absolute;
  181.     z-index:1;
  182. }
  183. a
  184. {
  185.     cursor:default;
  186. }
  187.  
  188. a.toolbutton
  189. {
  190. border: 0px;
  191. border-left: 0px;
  192. border-right:0px; 
  193. margin: 0px; 
  194. padding: 0px; 
  195. }
  196.  
  197.  
  198. img.toolbutton
  199. {
  200. border: 0px;
  201. border-left: 0px;
  202. border-right:0px; 
  203. margin: 0px; 
  204. padding: 0px; 
  205. text-align: left;
  206. }
  207.  
  208. div.toolbutton
  209. {
  210. border: 0px;
  211. border-left: 0px;
  212. border-right:0px; 
  213. margin: 0px; 
  214. padding: 0px; 
  215. text-align: left;
  216. }
  217.